home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / e / dclistview.lha / README < prev    next >
Text File  |  1999-01-19  |  1KB  |  35 lines

  1. Short:    EasyGUI PLUGIN: Dbl-clickable listview
  2. Type:     dev/e
  3. Author:   Victor Ducedre (victord@netrover.com)
  4. Date:     19-Jan-99
  5. Requires: OS v37+, dev/e/SvensModules.lha (optional)
  6.  
  7.     This plugin creates a GadTools listview gadget, almost identical to the
  8. standard EasyGUI one, except that it will also report double-clicks on list
  9. items.
  10.  
  11. Changes to this version
  12. -----------------------
  13.  
  14.     v1.6 (19-Jan-99)
  15.  
  16.     -   added new tag, DCLV_USEARROWS.  This will allow scrolling the selected
  17.         list item with the up/down cursor keys, instead of an underlined label
  18.         key.
  19.     -   if the selected item was changed with DCLV_CURRENT, self.top didn't
  20.         get updated properly, causing problems if you needed to get(DCLV_TOP).
  21.         Fixed.
  22.     -   MAJOR bug fixed.  Reporting a double-click worked fine, as long as you
  23.         closed your GUI afterwards.  If your GUI stayed open, any subsequent
  24.         clicks would cause trouble.
  25.  
  26. Copyright
  27. ---------
  28.  
  29. Except where otherwise indicated, all files in this distibution are Copyright
  30. © 1997, 1998, 1999 Victor Ducedre, All Rights Reserved. See documentation for
  31. full details of use and redistribution.
  32.  
  33. A version of this module is included in dev/e/EasyPLUGINS.lha, along with
  34. many other, more useful plugins.  Be sure to get this if you haven't already.
  35.